From 2ee4b6b68f6c912b140b975f7ec22a33263dad15 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 27 Jan 2019 21:27:03 +0000 Subject: [PATCH] sc108: we have a proper bootloader now (yay) --- Kernel/platform-sc108/config.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Kernel/platform-sc108/config.h b/Kernel/platform-sc108/config.h index 4cbe93df..a219c767 100644 --- a/Kernel/platform-sc108/config.h +++ b/Kernel/platform-sc108/config.h @@ -34,8 +34,6 @@ extern unsigned int swap_dev; /* Swap will be set up when a suitably labelled partition is seen */ #define CONFIG_DYNAMIC_SWAP -/* Until we have a bootloader properly done */ -#define CONFIG_MBR_OFFSET 65536 /* * When the kernel swaps something it needs to map the right page into * memory using map_for_swap and then turn the user address into a -- 2.34.1