From 62e1b09e96e023815d4d7bbfcb6d70888c6d9424 Mon Sep 17 00:00:00 2001 From: Paul Bolle Date: Mar 12 2019 22:19:30 +0000 Subject: Fix filename typo CONFIG_STACKINIT CONFIG_STACKINIT should be CONFIG_TEST_STACKINIT, even though this typo has no effect on the build. Signed-off-by: Paul Bolle --- diff --git a/configs/fedora/generic/CONFIG_STACKINIT b/configs/fedora/generic/CONFIG_STACKINIT deleted file mode 100644 index d467049..0000000 --- a/configs/fedora/generic/CONFIG_STACKINIT +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_TEST_STACKINIT is not set diff --git a/configs/fedora/generic/CONFIG_TEST_STACKINIT b/configs/fedora/generic/CONFIG_TEST_STACKINIT new file mode 100644 index 0000000..d467049 --- /dev/null +++ b/configs/fedora/generic/CONFIG_TEST_STACKINIT @@ -0,0 +1 @@ +# CONFIG_TEST_STACKINIT is not set