From 2fc7024d7ba370fe1fa416bfd67f1d44afb09aeb Mon Sep 17 00:00:00 2001 From: Andy Shevchenko Date: Tue, 11 Dec 2018 19:12:27 +0200 Subject: [PATCH] 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 Reviewed-by: Bin Meng --- include/configs/edison.h | 4 ---- 1 file changed, 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 -/* ACPI */ - -/* DISK Partition support */ - /* Miscellaneous configurable options */ #define CONFIG_SYS_CBSIZE 2048 -- 2.39.5