blob: 25db21fcf0467e8a2657c780a5139e658b388900 [file] [log] [blame]
Mike Frysingerecb1dc82009-05-20 04:35:14 -04001/*
2 * The builtin symbol table for use with kallsyms
3 *
4 * Copyright (c) 2008-2009 Analog Devices Inc.
5 * Licensed under the GPL-2 or later.
6 */
Bo Lv72d0e902023-01-02 14:27:34 +00007#ifdef CONFIG_AMLOGIC_MODIFY
8const char system_map[] = SYSTEM_MAP;
9#else
Mike Frysingerecb1dc82009-05-20 04:35:14 -040010const char const system_map[] = SYSTEM_MAP;
Bo Lv72d0e902023-01-02 14:27:34 +000011#endif