From 6313939f8dabdd950001b7eb73346712f28e6fe6 Mon Sep 17 00:00:00 2001 From: Dmitriy Korovkin Date: Thu, 28 May 2015 15:21:40 -0400 Subject: [PATCH] Remove CUSTOM_RANDOM_GENERATOR from atom_n28xx platfotm The BSP does not have hardware random number generator device driver. Change-Id: Icaf4726174ec5c9120db4bd90d2ea2a4a30a8837 Signed-off-by: Dmitriy Korovkin --- arch/x86/configs/micro_generic_pc_atom_n28xx_defconfig | 2 +- arch/x86/configs/nano_generic_pc_atom_n28xx_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/configs/micro_generic_pc_atom_n28xx_defconfig b/arch/x86/configs/micro_generic_pc_atom_n28xx_defconfig index cdfdb088b7d..225659f0f1e 100644 --- a/arch/x86/configs/micro_generic_pc_atom_n28xx_defconfig +++ b/arch/x86/configs/micro_generic_pc_atom_n28xx_defconfig @@ -130,7 +130,7 @@ CONFIG_SHUTOFF_PIC=y # # CONFIG_FLOAT is not set # CONFIG_PCI is not set -CONFIG_CUSTOM_RANDOM_GENERATOR=y +# CONFIG_CUSTOM_RANDOM_GENERATOR is not set CONFIG_BSP_DIR="generic_pc" CONFIG_LOAPIC_TIMER_FREQ=150000000 diff --git a/arch/x86/configs/nano_generic_pc_atom_n28xx_defconfig b/arch/x86/configs/nano_generic_pc_atom_n28xx_defconfig index efcd4ef072e..08c07d537c3 100644 --- a/arch/x86/configs/nano_generic_pc_atom_n28xx_defconfig +++ b/arch/x86/configs/nano_generic_pc_atom_n28xx_defconfig @@ -109,7 +109,7 @@ CONFIG_SHUTOFF_PIC=y # # CONFIG_FLOAT is not set # CONFIG_PCI is not set -CONFIG_CUSTOM_RANDOM_GENERATOR=y +# CONFIG_CUSTOM_RANDOM_GENERATOR is not set CONFIG_BSP_DIR="generic_pc" CONFIG_LOAPIC_TIMER_FREQ=150000000