X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=README;h=392b5fdbbbba334b3844b543c1e38eba1b4b0adf;hb=a55957b9ad0b912b9e0f705ed64e42274be05276;hp=1a7a788c4bf9dd9857cdede7b724faa94a827ada;hpb=00caae6d47645e68d6e5277aceb69592b49381a6;p=oweals%2Fu-boot.git diff --git a/README b/README index 1a7a788c4b..392b5fdbbb 100644 --- a/README +++ b/README @@ -404,12 +404,6 @@ The following options need to be configured: supported, core will start to execute uboot when wakes up. - Generic CPU options: - CONFIG_SYS_GENERIC_GLOBAL_DATA - Defines global data is initialized in generic board board_init_f(). - If this macro is defined, global data is created and cleared in - generic board board_init_f(). Without this macro, architecture/board - should initialize global data before calling board_init_f(). - CONFIG_SYS_BIG_ENDIAN, CONFIG_SYS_LITTLE_ENDIAN Defines the endianess of the CPU. Implementation of those