mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 08:12:06 +02:00
common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATA
This is not really a CONFIG since it is not intended to be set by boards. Move it into the compiler header with other similar defines, and rename it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
2
README
2
README
@@ -2460,7 +2460,7 @@ typically in board_init_f() and board_init_r().
|
||||
Configuration Settings:
|
||||
-----------------------
|
||||
|
||||
- CONFIG_SYS_SUPPORT_64BIT_DATA: Defined automatically if compiled as 64-bit.
|
||||
- MEM_SUPPORT_64BIT_DATA: Defined automatically if compiled as 64-bit.
|
||||
Optionally it can be defined to support 64-bit memory commands.
|
||||
|
||||
- CONFIG_SYS_LONGHELP: Defined when you want long help messages included;
|
||||
|
Reference in New Issue
Block a user