diff options
Diffstat (limited to 'include/configs/edison.h')
-rw-r--r-- | include/configs/edison.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/edison.h b/include/configs/edison.h index d25b50c076..79dd690e71 100644 --- a/include/configs/edison.h +++ b/include/configs/edison.h @@ -9,11 +9,13 @@ #include <asm/ibmpc.h> +/* ACPI */ +#define CONFIG_LAST_STAGE_INIT + /* Boot */ #define CONFIG_BOOTCOMMAND "run bootcmd" /* DISK Partition support */ -#define CONFIG_RANDOM_UUID /* Miscellaneous configurable options */ #define CONFIG_SYS_LONGHELP |