diff options
| author | Tom Rini <[email protected]> | 2022-11-16 13:10:26 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-05 16:05:38 -0500 |
| commit | 57c3afbc27bc48c3029108748fc2101b8d4758d8 (patch) | |
| tree | 7d7297fa78679a0fa31f90934865d29d8e40060b /README | |
| parent | 0ed384fd2f511fb415b16fb0eb221e9437cd17ee (diff) | |
powerpc: Rename CONFIG_NS16550_MIN_FUNCTIONS
This symbol is specific to the PowerPC SPL implementation, so rename
this to reflect that it's in SPL and used / tested there, so that we can
then safely migrate it to Kconfig.
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1619,7 +1619,7 @@ use the "saveenv" command to store a valid environment. - CONFIG_SYS_FAULT_MII_ADDR: MII address of the PHY to check for the Ethernet link state. -- CONFIG_NS16550_MIN_FUNCTIONS: +- CONFIG_SPL_NS16550_MIN_FUNCTIONS: Define this if you desire to only have use of the NS16550_init and NS16550_putc functions for the serial driver located at drivers/serial/ns16550.c. This option is useful for saving |
