diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2018-12-11 19:12:27 +0200 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2018-12-31 09:42:41 +0800 |
commit | 2fc7024d7ba370fe1fa416bfd67f1d44afb09aeb (patch) | |
tree | a3ef7bcb8180d87908982a1c68c96baf59a72f8d /include/configs/edison.h | |
parent | 62ef268db92820ac86ce338bf80536a62fa31cc6 (diff) | |
download | u-boot-2fc7024d7ba370fe1fa416bfd67f1d44afb09aeb.tar.gz u-boot-2fc7024d7ba370fe1fa416bfd67f1d44afb09aeb.tar.bz2 u-boot-2fc7024d7ba370fe1fa416bfd67f1d44afb09aeb.zip |
x86: edison: Remove staled comments from configuration header
Since some options had been moved to defconfig from header,
the leftover comments are not needed anymore. Remove them.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'include/configs/edison.h')
-rw-r--r-- | include/configs/edison.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/edison.h b/include/configs/edison.h index 7e2f9c129e..a6155ba5a8 100644 --- a/include/configs/edison.h +++ b/include/configs/edison.h @@ -8,10 +8,6 @@ #include <asm/ibmpc.h> -/* ACPI */ - -/* DISK Partition support */ - /* Miscellaneous configurable options */ #define CONFIG_SYS_CBSIZE 2048 |